(url-retrieve-internal): Don't use `url-proxy-object'.
authorMagnus Henoch <mange@freemail.hu>
Sun, 14 Jan 2007 23:17:52 +0000 (23:17 +0000)
committerMagnus Henoch <mange@freemail.hu>
Sun, 14 Jan 2007 23:17:52 +0000 (23:17 +0000)
lisp/url/url.el

index 4ba604203dcdd14a586e68945aeb45486f9477d2..a95c7e39c02611f0664475d3030465f1852cad85 100644 (file)
@@ -172,7 +172,6 @@ the list of events, as described in the docstring of `url-retrieve'."
   (unless (url-type url)
     (error "Bad url: %s" (url-recreate-url url)))
   (let ((loader (url-scheme-get-property (url-type url) 'loader))
-       (url-proxy-object nil)
        (url-using-proxy (if (url-host url)
                             (url-find-proxy-for-url url (url-host url))))
        (buffer nil)